home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Businessƒ / WFT File Index System / Numeric Files Template / cards.xml < prev    next >
Encoding:
Text File  |  1992-08-12  |  16.4 KB  |  386 lines

  1. card_3641.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>3641</id>
  6.     <filler1>0</filler1>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <owner>2562</owner>
  11.     <link rel="stylesheet" type="text/css" href="stylesheet_2206.css" />
  12.     <part>
  13.         <id>7</id>
  14.         <type>button</type>
  15.         <visible> <true /> </visible>
  16.         <reserved5> 0 </reserved5>
  17.         <reserved4> 0 </reserved4>
  18.         <reserved3> 0 </reserved3>
  19.         <reserved2> 0 </reserved2>
  20.         <reserved1> 0 </reserved1>
  21.         <enabled> <true /> </enabled>
  22.         <rect>
  23.             <left>431</left>
  24.             <top>315</top>
  25.             <right>457</right>
  26.             <bottom>342</bottom>
  27.         </rect>
  28.         <style>transparent</style>
  29.         <showName> <false /> </showName>
  30.         <highlight> <false /> </highlight>
  31.         <autoHighlight> <true /> </autoHighlight>
  32.         <sharedHighlight> <true /> </sharedHighlight>
  33.         <family>0</family>
  34.         <titleWidth>0</titleWidth>
  35.         <icon>1014</icon>
  36.         <textAlign>center</textAlign>
  37.         <font>Chicago</font>
  38.         <textSize>12</textSize>
  39.         <textStyle>plain</textStyle>
  40.         <name>Prev</name>
  41.         <script>on mouseUp
  42. visual effect scroll right
  43. go to first
  44. end mouseUp
  45. </script>
  46.     </part>
  47.     <content>
  48.         <layer>background</layer>
  49.         <id>19</id>
  50.         <text>put Topic descriptor here <-----
  51.  
  52. N000-0000  ddMmmy      NN       Description of topic
  53. </text>
  54.     </content>
  55.     <content>
  56.         <layer>background</layer>
  57.         <id>39</id>
  58.         <text>N000</text>
  59.     </content>
  60.     <content>
  61.         <layer>background</layer>
  62.         <id>40</id>
  63.         <text>Number    Date         Initials    Description</text>
  64.     </content>
  65.     <content>
  66.         <layer>background</layer>
  67.         <id>43</id>
  68.         <text>put Topic descriptor here</text>
  69.     </content>
  70.     <name></name>
  71.     <script>-- Button Messages Only
  72.  
  73. on newButton
  74. pass newButton
  75. end newButton
  76.  
  77. on deletButton
  78. pass deletButton
  79. end deletButton
  80.  
  81. on mouseDown
  82. pass mouseDown
  83. end mouseDown
  84.  
  85. on mouseStillDown
  86. pass mouseStillDown
  87. end mouseStillDown
  88.  
  89. on mouseUp
  90. pass mouseUp
  91. end mouseUp
  92.  
  93. on mouseEnter
  94. pass mouseEnter
  95. end mouseEnter
  96.  
  97. on mouseWithin
  98. pass mouseWithin
  99. end mouseWithin
  100.  
  101. on mouseLeave
  102. pass mouseLeave
  103. end mouseLeave
  104.  
  105. -- Field Messages Only
  106.  
  107. on newField
  108. pass newField
  109. end newField
  110.  
  111. on deleteField
  112. pass deleteField
  113. end deleteField
  114.  
  115. on openField
  116. pass openField
  117. end openField
  118.  
  119. on closeField
  120. pass closeField
  121. end closeField
  122.  
  123. on mouseDown
  124. pass mouseDown
  125. end mouseDown
  126.  
  127. on mouseStillDown
  128. pass mouseStillDown
  129. end mouseStillDown
  130.  
  131. on mouseUp
  132. pass mouseUp
  133. end mouseUp
  134.  
  135. on mouseEnter
  136. pass mouseEnter
  137. end mouseEnter
  138.  
  139. on mouseWithin
  140. pass mouseWithin
  141. end mouseWithin
  142.  
  143. on mouseLeave
  144. pass mouseLeave
  145. end mouseLeave
  146.  
  147. -- Card Meesages Only
  148.  
  149. on newCard
  150. pass newCard
  151. end newCard
  152.  
  153. on deleteCard
  154. pass deleteCard
  155. end deleteCard
  156.  
  157. on openCard
  158. pass openCard
  159. end openCard
  160.  
  161. on closeCard
  162. pass closeCard
  163. end closeCard
  164.  
  165. on mouseDown
  166. pass mouseDown
  167. end mouseDown
  168.  
  169. on mouseStillDown
  170. pass mouseStillDown
  171. end mouseStillDown
  172.  
  173. on mouseUp
  174. pass mouseUp
  175. end mouseUp
  176.  
  177. on startUp
  178. pass startUp
  179. end startUp
  180.  
  181. on idle
  182. pass idle
  183. end idle
  184.  
  185. on returnKey
  186. pass returnKey
  187. end returnKey
  188.  
  189. on enterKey
  190. pass enterKey
  191. end enterKey
  192.  
  193. on tabKey
  194. pass tabKey
  195. end tabKey
  196.  
  197. on cantUnderstand
  198. pass cantUnderstand
  199. end cantUnderstand
  200.  
  201. on arrowKey whichKey
  202. pass arrowKey
  203. end arrowKey
  204.  
  205. on functionKey theParameter
  206. pass functionKey
  207. end functionKey
  208.  
  209. on controlKey theParameter
  210. pass controlKey
  211. end controlKey
  212.  
  213. on newBackground
  214. pass newBackground
  215. end newBackground
  216.  
  217. on deleteBackground
  218. pass deleteBackground
  219. end deleteBackground
  220.  
  221. on openBackground
  222. pass openBackground
  223. end openBackground
  224.  
  225. on closeBackground
  226. pass closeBackground
  227. end closeBackground
  228.  
  229. on newStack
  230. pass newStack
  231. end newStack
  232.  
  233. on deleteStack
  234. pass deleteStack
  235. end deleteStack
  236.  
  237. on openStack
  238. pass openStack
  239. end openStack
  240.  
  241. on closeStack
  242. pass closeStack
  243. end closeStack
  244.  
  245. on help
  246. pass help
  247. end help
  248.  
  249. on suspend
  250. pass suspend
  251. end suspend
  252.  
  253. on resume
  254. pass resume
  255. end resume
  256.  
  257. on quit
  258. pass quit
  259. end quit
  260.  
  261. </script>
  262. </card>
  263.  
  264.  
  265. card_6439.xml
  266. <?xml version="1.0" encoding="utf-8" ?>
  267. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  268. <card>
  269.     <id>6439</id>
  270.     <filler1>0</filler1>
  271.     <cantDelete> <false /> </cantDelete>
  272.     <showPict> <true /> </showPict>
  273.     <dontSearch> <false /> </dontSearch>
  274.     <owner>2562</owner>
  275.     <link rel="stylesheet" type="text/css" href="stylesheet_2206.css" />
  276.     <content>
  277.         <layer>background</layer>
  278.         <id>40</id>
  279.         <text>Number    Date         Initials    Description</text>
  280.     </content>
  281.     <content>
  282.         <layer>background</layer>
  283.         <id>43</id>
  284.         <text>put Topic descriptor here</text>
  285.     </content>
  286.     <content>
  287.         <layer>background</layer>
  288.         <id>19</id>
  289.         <text>put Topic descriptor here <-----
  290.  
  291. N000-0000  ddMmmy      NN       Description of topic
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. </text>
  302.     </content>
  303.     <name>Template</name>
  304.     <script>-- Button Messages Only
  305.  
  306. on newButton
  307. pass newButton
  308. end newButton
  309.  
  310. on deletButton
  311. pass deletButton
  312. end deletButton
  313.  
  314. on mouseDown
  315. pass mouseDown
  316. end mouseDown
  317.  
  318. on mouseStillDown
  319. pass mouseStillDown
  320. end mouseStillDown
  321.  
  322. on mouseUp
  323. pass mouseUp
  324. end mouseUp
  325.  
  326. on mouseEnter
  327. pass mouseEnter
  328. end mouseEnter
  329.  
  330. on mouseWithin
  331. pass mouseWithin
  332. end mouseWithin
  333.  
  334. on mouseLeave
  335. pass mouseLeave
  336. end mouseLeave
  337.  
  338. -- Field Messages Only
  339.  
  340. on newField
  341. pass newField
  342. end newField
  343.  
  344. on deleteField
  345. pass deleteField
  346. end deleteField
  347.  
  348. on openField
  349. pass openField
  350. end openField
  351.  
  352. on closeField
  353. pass closeField
  354. end closeField
  355.  
  356. on mouseDown
  357. pass mouseDown
  358. end mouseDown
  359.  
  360. on mouseStillDown
  361. pass mouseStillDown
  362. end mouseStillDown
  363.  
  364. on mouseUp
  365. pass mouseUp
  366. end mouseUp
  367.  
  368. on mouseEnter
  369. pass mouseEnter
  370. end mouseEnter
  371.  
  372. on mouseWithin
  373. pass mouseWithin
  374. end mouseWithin
  375.  
  376. on mouseLeave
  377. pass mouseLeave
  378. end mouseLeave
  379.  
  380. -- Card Meesages Only
  381.  
  382. on newCard
  383. pass newCard
  384. end newCard
  385.  
  386. on deleteCard
  387. pass deleteCard
  388. end deleteCard
  389.  
  390. on openCard
  391. pass openCard
  392. end openCard
  393.  
  394. on closeCard
  395. pass closeCard
  396. end closeCard
  397.  
  398. on mouseDown
  399. pass mouseDown
  400. end mouseDown
  401.  
  402. on mouseStillDown
  403. pass mouseStillDown
  404. end mouseStillDown
  405.  
  406. on mouseUp
  407. pass mouseUp
  408. end mouseUp
  409.  
  410. on startUp
  411. pass startUp
  412. end startUp
  413.  
  414. on idle
  415. pass idle
  416. end idle
  417.  
  418. on returnKey
  419. pass returnKey
  420. end returnKey
  421.  
  422. on enterKey
  423. pass enterKey
  424. end enterKey
  425.  
  426. on tabKey
  427. pass tabKey
  428. end tabKey
  429.  
  430. on cantUnderstand
  431. pass cantUnderstand
  432. end cantUnderstand
  433.  
  434. on arrowKey whichKey
  435. pass arrowKey
  436. end arrowKey
  437.  
  438. on functionKey theParameter
  439. pass functionKey
  440. end functionKey
  441.  
  442. on controlKey theParameter
  443. pass controlKey
  444. end controlKey
  445.  
  446. on newBackground
  447. pass newBackground
  448. end newBackground
  449.  
  450. on deleteBackground
  451. pass deleteBackground
  452. end deleteBackground
  453.  
  454. on openBackground
  455. pass openBackground
  456. end openBackground
  457.  
  458. on closeBackground
  459. pass closeBackground
  460. end closeBackground
  461.  
  462. on newStack
  463. pass newStack
  464. end newStack
  465.  
  466. on deleteStack
  467. pass deleteStack
  468. end deleteStack
  469.  
  470. on openStack
  471. pass openStack
  472. end openStack
  473.  
  474. on closeStack
  475. pass closeStack
  476. end closeStack
  477.  
  478. on help
  479. pass help
  480. end help
  481.  
  482. on suspend
  483. pass suspend
  484. end suspend
  485.  
  486. on resume
  487. pass resume
  488. end resume
  489.  
  490. on quit
  491. pass quit
  492. end quit
  493.  
  494. </script>
  495. </card>
  496.  
  497.  
  498. card_4699.xml
  499. <?xml version="1.0" encoding="utf-8" ?>
  500. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  501. <card>
  502.     <id>4699</id>
  503.     <filler1>0</filler1>
  504.     <cantDelete> <false /> </cantDelete>
  505.     <showPict> <true /> </showPict>
  506.     <dontSearch> <false /> </dontSearch>
  507.     <owner>2562</owner>
  508.     <link rel="stylesheet" type="text/css" href="stylesheet_2206.css" />
  509.     <part>
  510.         <id>1</id>
  511.         <type>button</type>
  512.         <visible> <true /> </visible>
  513.         <reserved5> 0 </reserved5>
  514.         <reserved4> 0 </reserved4>
  515.         <reserved3> 0 </reserved3>
  516.         <reserved2> 0 </reserved2>
  517.         <reserved1> 0 </reserved1>
  518.         <enabled> <true /> </enabled>
  519.         <rect>
  520.             <left>0</left>
  521.             <top>292</top>
  522.             <right>512</right>
  523.             <bottom>342</bottom>
  524.         </rect>
  525.         <style>opaque</style>
  526.         <showName> <false /> </showName>
  527.         <highlight> <false /> </highlight>
  528.         <autoHighlight> <false /> </autoHighlight>
  529.         <sharedHighlight> <true /> </sharedHighlight>
  530.         <family>0</family>
  531.         <titleWidth>0</titleWidth>
  532.         <icon>0</icon>
  533.         <textAlign>center</textAlign>
  534.         <font>Chicago</font>
  535.         <textSize>12</textSize>
  536.         <textStyle>plain</textStyle>
  537.         <name>coverUp button</name>
  538.         <script></script>
  539.     </part>
  540.     <part>
  541.         <id>3</id>
  542.         <type>button</type>
  543.         <visible> <true /> </visible>
  544.         <reserved5> 0 </reserved5>
  545.         <reserved4> 0 </reserved4>
  546.         <reserved3> 0 </reserved3>
  547.         <reserved2> 0 </reserved2>
  548.         <reserved1> 0 </reserved1>
  549.         <enabled> <true /> </enabled>
  550.         <rect>
  551.             <left>0</left>
  552.             <top>19</top>
  553.             <right>512</right>
  554.             <bottom>66</bottom>
  555.         </rect>
  556.         <style>opaque</style>
  557.         <showName> <false /> </showName>
  558.         <highlight> <false /> </highlight>
  559.         <autoHighlight> <false /> </autoHighlight>
  560.         <sharedHighlight> <true /> </sharedHighlight>
  561.         <family>0</family>
  562.         <titleWidth>0</titleWidth>
  563.         <icon>0</icon>
  564.         <textAlign>center</textAlign>
  565.         <font>Chicago</font>
  566.         <textSize>12</textSize>
  567.         <textStyle>plain</textStyle>
  568.         <name>coverUp button</name>
  569.         <script></script>
  570.     </part>
  571.     <part>
  572.         <id>4</id>
  573.         <type>field</type>
  574.         <visible> <true /> </visible>
  575.         <dontWrap> <false /> </dontWrap>
  576.         <dontSearch> <false /> </dontSearch>
  577.         <sharedText> <false /> </sharedText>
  578.         <fixedLineHeight> <true /> </fixedLineHeight>
  579.         <autoTab> <false /> </autoTab>
  580.         <lockText> <true /> </lockText>
  581.         <rect>
  582.             <left>77</left>
  583.             <top>20</top>
  584.             <right>402</right>
  585.             <bottom>46</bottom>
  586.         </rect>
  587.         <style>rectangle</style>
  588.         <autoSelect> <false /> </autoSelect>
  589.         <showLines> <false /> </showLines>
  590.         <wideMargins> <false /> </wideMargins>
  591.         <multipleLines> <false /> </multipleLines>
  592.         <reservedFamily> 0 </reservedFamily>
  593.         <titleWidth>0</titleWidth>
  594.         <icon>0</icon>
  595.         <textAlign>center</textAlign>
  596.         <font>New York</font>
  597.         <textSize>18</textSize>
  598.         <textStyle>plain</textStyle>
  599.         <textHeight>24</textHeight>
  600.         <name>Help Title</name>
  601.         <script></script>
  602.     </part>
  603.     <part>
  604.         <id>6</id>
  605.         <type>field</type>
  606.         <visible> <true /> </visible>
  607.         <dontWrap> <false /> </dontWrap>
  608.         <dontSearch> <false /> </dontSearch>
  609.         <sharedText> <false /> </sharedText>
  610.         <fixedLineHeight> <true /> </fixedLineHeight>
  611.         <autoTab> <false /> </autoTab>
  612.         <lockText> <true /> </lockText>
  613.         <rect>
  614.             <left>0</left>
  615.             <top>64</top>
  616.             <right>512</right>
  617.             <bottom>82</bottom>
  618.         </rect>
  619.         <style>rectangle</style>
  620.         <autoSelect> <false /> </autoSelect>
  621.         <showLines> <false /> </showLines>
  622.         <wideMargins> <false /> </wideMargins>
  623.         <multipleLines> <false /> </multipleLines>
  624.         <reservedFamily> 0 </reservedFamily>
  625.         <titleWidth>0</titleWidth>
  626.         <icon>0</icon>
  627.         <textAlign>left</textAlign>
  628.         <font>Chicago</font>
  629.         <textSize>12</textSize>
  630.         <textStyle>plain</textStyle>
  631.         <textHeight>16</textHeight>
  632.         <name></name>
  633.         <script></script>
  634.     </part>
  635.     <part>
  636.         <id>8</id>
  637.         <type>button</type>
  638.         <visible> <true /> </visible>
  639.         <reserved5> 0 </reserved5>
  640.         <reserved4> 0 </reserved4>
  641.         <reserved3> 0 </reserved3>
  642.         <reserved2> 0 </reserved2>
  643.         <reserved1> 0 </reserved1>
  644.         <enabled> <true /> </enabled>
  645.         <rect>
  646.             <left>420</left>
  647.             <top>36</top>
  648.             <right>510</right>
  649.             <bottom>62</bottom>
  650.         </rect>
  651.         <style>roundrect</style>
  652.         <showName> <true /> </showName>
  653.         <highlight> <false /> </highlight>
  654.         <autoHighlight> <true /> </autoHighlight>
  655.         <sharedHighlight> <true /> </sharedHighlight>
  656.         <family>0</family>
  657.         <titleWidth>0</titleWidth>
  658.         <icon>0</icon>
  659.         <textAlign>center</textAlign>
  660.         <font>Chicago</font>
  661.         <textSize>12</textSize>
  662.         <textStyle>plain</textStyle>
  663.         <name>Return</name>
  664.         <script>on mouseUp
  665. pop card into It
  666. IF third word of It is 5341
  667. THEN
  668. ELSE
  669. hide message box
  670. visual effect iris close
  671. go to It
  672. END IF
  673. end mouseUp
  674. </script>
  675.     </part>
  676.     <content>
  677.         <layer>card</layer>
  678.         <id>4</id>
  679.         <text>Format HELP Card</text>
  680.     </content>
  681.     <content>
  682.         <layer>card</layer>
  683.         <id>6</id>
  684.         <text>Number   Date       Initials   Description</text>
  685.     </content>
  686.     <content>
  687.         <layer>background</layer>
  688.         <id>19</id>
  689.         <text>***** Format for Nxxx Drawing List *****
  690. N001-      24MAY85     GC     External vendor documentation
  691.  
  692. ***** Format for Nxxx Drawing SubList *****
  693. N001-0001  24MAY85     GC     ACME catalog
  694. N002-0002  24MAY85     GC     Apple product line
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704. </text>
  705.     </content>
  706.     <name></name>
  707.     <script></script>
  708. </card>
  709.  
  710.  
  711. card_2881.xml
  712. <?xml version="1.0" encoding="utf-8" ?>
  713. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  714. <card>
  715.     <id>2881</id>
  716.     <filler1>0</filler1>
  717.     <cantDelete> <false /> </cantDelete>
  718.     <showPict> <true /> </showPict>
  719.     <dontSearch> <false /> </dontSearch>
  720.     <owner>2562</owner>
  721.     <link rel="stylesheet" type="text/css" href="stylesheet_2206.css" />
  722.     <part>
  723.         <id>9</id>
  724.         <type>button</type>
  725.         <visible> <true /> </visible>
  726.         <reserved5> 0 </reserved5>
  727.         <reserved4> 0 </reserved4>
  728.         <reserved3> 0 </reserved3>
  729.         <reserved2> 0 </reserved2>
  730.         <reserved1> 0 </reserved1>
  731.         <enabled> <true /> </enabled>
  732.         <rect>
  733.             <left>457</left>
  734.             <top>315</top>
  735.             <right>482</right>
  736.             <bottom>342</bottom>
  737.         </rect>
  738.         <style>transparent</style>
  739.         <showName> <false /> </showName>
  740.         <highlight> <false /> </highlight>
  741.         <autoHighlight> <true /> </autoHighlight>
  742.         <sharedHighlight> <true /> </sharedHighlight>
  743.         <family>0</family>
  744.         <titleWidth>0</titleWidth>
  745.         <icon>1013</icon>
  746.         <textAlign>center</textAlign>
  747.         <font>Chicago</font>
  748.         <textSize>12</textSize>
  749.         <textStyle>plain</textStyle>
  750.         <name>Next</name>
  751.         <script>on mouseUp
  752. visual effect scroll left
  753. go to card id 3641
  754. end mouseUp
  755. </script>
  756.     </part>
  757.     <part>
  758.         <id>13</id>
  759.         <type>field</type>
  760.         <visible> <true /> </visible>
  761.         <dontWrap> <false /> </dontWrap>
  762.         <dontSearch> <false /> </dontSearch>
  763.         <sharedText> <false /> </sharedText>
  764.         <fixedLineHeight> <true /> </fixedLineHeight>
  765.         <autoTab> <false /> </autoTab>
  766.         <lockText> <false /> </lockText>
  767.         <rect>
  768.             <left>77</left>
  769.             <top>19</top>
  770.             <right>401</right>
  771.             <bottom>45</bottom>
  772.         </rect>
  773.         <style>rectangle</style>
  774.         <autoSelect> <false /> </autoSelect>
  775.         <showLines> <false /> </showLines>
  776.         <wideMargins> <false /> </wideMargins>
  777.         <multipleLines> <false /> </multipleLines>
  778.         <reservedFamily> 0 </reservedFamily>
  779.         <titleWidth>0</titleWidth>
  780.         <icon>0</icon>
  781.         <textAlign>center</textAlign>
  782.         <font>New York</font>
  783.         <textSize>18</textSize>
  784.         <textStyle>plain</textStyle>
  785.         <textHeight>24</textHeight>
  786.         <name>Drawing Number</name>
  787.         <script></script>
  788.     </part>
  789.     <content>
  790.         <layer>background</layer>
  791.         <id>19</id>
  792.         <text>Summary of Xxxx Categories
  793.  
  794. Xxxx-xxxx  ddMmmyy    NN       Enter descrition here
  795. </text>
  796.     </content>
  797.     <content>
  798.         <layer>background</layer>
  799.         <id>40</id>
  800.         <text>Number   Date       Initials   Description</text>
  801.     </content>
  802.     <content>
  803.         <layer>background</layer>
  804.         <id>43</id>
  805.         <text>Summary of Xxxx Categories</text>
  806.     </content>
  807.     <content>
  808.         <layer>card</layer>
  809.         <id>13</id>
  810.         <text>Xxxx Topic Summary</text>
  811.     </content>
  812.     <name></name>
  813.     <script>-- Button Messages Only
  814.  
  815. on newButton
  816. pass newButton
  817. end newButton
  818.  
  819. on deletButton
  820. pass deletButton
  821. end deletButton
  822.  
  823. on mouseDown
  824. pass mouseDown
  825. end mouseDown
  826.  
  827. on mouseStillDown
  828. pass mouseStillDown
  829. end mouseStillDown
  830.  
  831. on mouseUp
  832. pass mouseUp
  833. end mouseUp
  834.  
  835. on mouseEnter
  836. pass mouseEnter
  837. end mouseEnter
  838.  
  839. on mouseWithin
  840. pass mouseWithin
  841. end mouseWithin
  842.  
  843. on mouseLeave
  844. pass mouseLeave
  845. end mouseLeave
  846.  
  847. -- Field Messages Only
  848.  
  849. on newField
  850. pass newField
  851. end newField
  852.  
  853. on deleteField
  854. pass deleteField
  855. end deleteField
  856.  
  857. on openField
  858. pass openField
  859. end openField
  860.  
  861. on closeField
  862. pass closeField
  863. end closeField
  864.  
  865. on mouseDown
  866. pass mouseDown
  867. end mouseDown
  868.  
  869. on mouseStillDown
  870. pass mouseStillDown
  871. end mouseStillDown
  872.  
  873. on mouseUp
  874. pass mouseUp
  875. end mouseUp
  876.  
  877. on mouseEnter
  878. pass mouseEnter
  879. end mouseEnter
  880.  
  881. on mouseWithin
  882. pass mouseWithin
  883. end mouseWithin
  884.  
  885. on mouseLeave
  886. pass mouseLeave
  887. end mouseLeave
  888.  
  889. -- Card Meesages Only
  890.  
  891. on newCard
  892. pass newCard
  893. end newCard
  894.  
  895. on deleteCard
  896. pass deleteCard
  897. end deleteCard
  898.  
  899. on openCard
  900. pass openCard
  901. end openCard
  902.  
  903. on closeCard
  904. pass closeCard
  905. end closeCard
  906.  
  907. on mouseDown
  908. pass mouseDown
  909. end mouseDown
  910.  
  911. on mouseStillDown
  912. pass mouseStillDown
  913. end mouseStillDown
  914.  
  915. on mouseUp
  916. pass mouseUp
  917. end mouseUp
  918.  
  919. on startUp
  920. pass startUp
  921. end startUp
  922.  
  923. on idle
  924. pass idle
  925. end idle
  926.  
  927. on returnKey
  928. pass returnKey
  929. end returnKey
  930.  
  931. on enterKey
  932. pass enterKey
  933. end enterKey
  934.  
  935. on tabKey
  936. pass tabKey
  937. end tabKey
  938.  
  939. on cantUnderstand
  940. pass cantUnderstand
  941. end cantUnderstand
  942.  
  943. on arrowKey whichKey
  944. pass arrowKey
  945. end arrowKey
  946.  
  947. on functionKey theParameter
  948. pass functionKey
  949. end functionKey
  950.  
  951. on controlKey theParameter
  952. pass controlKey
  953. end controlKey
  954.  
  955. on newBackground
  956. pass newBackground
  957. end newBackground
  958.  
  959. on deleteBackground
  960. pass deleteBackground
  961. end deleteBackground
  962.  
  963. on openBackground
  964. pass openBackground
  965. end openBackground
  966.  
  967. on closeBackground
  968. pass closeBackground
  969. end closeBackground
  970.  
  971. on newStack
  972. pass newStack
  973. end newStack
  974.  
  975. on deleteStack
  976. pass deleteStack
  977. end deleteStack
  978.  
  979. on openStack
  980. pass openStack
  981. end openStack
  982.  
  983. on closeStack
  984. pass closeStack
  985. end closeStack
  986.  
  987. on help
  988. pass help
  989. end help
  990.  
  991. on suspend
  992. pass suspend
  993. end suspend
  994.  
  995. on resume
  996. pass resume
  997. end resume
  998.  
  999. on quit
  1000. pass quit
  1001. end quit
  1002.  
  1003. </script>
  1004. </card>
  1005.  
  1006.  
  1007.